Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SubStyleCollection Class / AddRange Method / AddRange(String[],SubStyle[]) Method
The key array.
The SubStyle array.


In This Topic
AddRange(String[],SubStyle[]) Method
In This Topic
Adds the specified key array and SubStyle array into the SubStyleCollection.
Syntax
'Declaration
 
Public Overloads Sub AddRange( _
   ByVal keys() As String, _
   ByVal subStyles() As SubStyle _
) 
 
'Usage
 
Dim instance As SubStyleCollection
Dim keys() As String
Dim subStyles() As SubStyle
 
instance.AddRange(keys, subStyles)

Parameters

keys
The key array.
subStyles
The SubStyle array.
See Also